From 0268b00e8f03223b4acba76bef61470ba639b948 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Wed, 29 Jan 2025 21:16:20 +0100 Subject: [PATCH] Go mod can't be specified Forwarded: no Last-Update: 2023-07-02 Just delete those from Go invocation. Gbp-Pq: Name go_no_mod.patch --- lib/go/test/fuzz/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/go/test/fuzz/Makefile.am b/lib/go/test/fuzz/Makefile.am index 56f138a..89c299d 100644 --- a/lib/go/test/fuzz/Makefile.am +++ b/lib/go/test/fuzz/Makefile.am @@ -19,8 +19,8 @@ gopathfuzz: $(THRIFT) fuzz.go $(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ../../../../tutorial/tutorial.thrift - cd gen-go/shared && go mod init shared - cd gen-go/tutorial && go mod init tutorial +# cd gen-go/shared && go mod init shared +# cd gen-go/tutorial && go mod init tutorial touch gopathfuzz check: gopathfuzz -- 2.30.2